object AuthenticationForm: TAuthenticationForm Left = 373 Top = 226 BorderStyle = bsDialog Caption = 'Authentication' ClientHeight = 126 ClientWidth = 316 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 24 Width = 55 Height = 13 Caption = 'User name:' end object Label2: TLabel Left = 16 Top = 52 Width = 50 Height = 13 Caption = 'Password:' end object Username: TEdit Left = 80 Top = 20 Width = 209 Height = 21 TabOrder = 0 end object Password: TEdit Left = 80 Top = 48 Width = 209 Height = 21 PasswordChar = '*' TabOrder = 1 end object btnOK: TButton Left = 88 Top = 88 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object btnCancel: TButton Left = 168 Top = 88 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end